home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / closeview < prev    next >
Text File  |  1991-11-22  |  680b  |  31 lines

  1.  
  2.    3.2.6 CLOSE VIEWPORT
  3.  
  4.  
  5. The CLOSE VIEWPORT command can be used to temporarily exclude a viewport and
  6. all of its associated entities from the display. The viewport will not be
  7. displayed until opened again using the OPEN VIEWPORT command.
  8.  
  9. If the viewport to be closed is the current active viewport, the SHEET
  10. viewport will become the active viewport. You cannot close the SHEET view-
  11. port.
  12.  
  13.  
  14.    COMMAND STRUCTURE
  15.  
  16.       #CLOSE VIEWPORT VIEWPORT name [CR]
  17.  
  18.          or
  19.  
  20.       #CLOSE VIEWPORT :View x1
  21.  
  22. The viewport can be identified either via IDENTS or specifying the viewport
  23. name directly using the VIEWPORT modifier.
  24.  
  25.  
  26.    MODIFIERS
  27.  
  28. VIEWPORT       The name of a viewport.
  29.  
  30.  
  31.